home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / FillComment2.0 Folder / FillComment 2.0 ReadMe next >
Encoding:
Text File  |  1992-12-24  |  1.2 KB  |  35 lines  |  [TEXT/KAHL]

  1. /* FillComment 2.0 FKEY
  2.  * 
  3.  * FillComment 2.0 is an FKEY for use with the THINK C 5.0.3 or later editor.
  4.  * It takes a standard C style comment and formats the comment text. The text
  5.  * is wrapped when so that no characters are past the 79th column.
  6.  * 
  7.  * To use simply install the FKEY directly in THINK C. Then when in the enditor
  8.  * move the cursor into or next to a comment. Activate the FKEY and the comment
  9.  * will be formatted. Note that the current saved tab setting for a file will
  10.  * be used for adjusting the indentation of a comment if needed.
  11.  * 
  12.  * A special feature is for stopping formatting on a sinlge line is to begin
  13.  * the line with a period. This is useful when lines putting diagrams in
  14.  * comments as follows.
  15.  * .  A box looks like this.  _____
  16.  * .                         |     |
  17.  * .                         |_____|
  18.  */
  19.             /* Comments can also be indented. The formatted comment
  20.              * will be aligned with the start of the comment.
  21.              */
  22.                               /* Words or numbers
  23.                                * too long for
  24.                                * single line, like
  25.                                * (3.141592653589793
  26.                                * 23) are broken
  27.                                * when they exceed
  28.                                * the 79th column.
  29.                                */
  30. /* Try formatting the next comment.
  31.  */
  32.  
  33. /* © */
  34.  
  35.